Account View Model
class AccountViewModel @Inject constructor(userRepository: UserRepository, accountService: AccountService) : ViewModel
ViewModel responsible for managing user account state and authentication status. It listens for authentication state changes and provides relevant user data.